JMSuspendApplet
Suspends execution of an applet and any associated threads.
OSStatus JMSuspendApplet (JMAppletViewerRef viewer);
viewer
- The applet you want to suspend.
- function result
- A result code; see "JManager Result Codes".
DISCUSSION
This function corresponds to the Java methodjava.applet.Applet.stop
.SEE ALSO
TheJMResumeApplet
function.